ButtonImagePosition Property

Specifies the location of an image relative to the text of a control. The defined values are: - bottom: image is placed below the text. - center: image centered relative to the text. - end: image is placed after the text. - start: image is placed before the text. - top: image is placed above the text.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public ImagePosition ImagePosition { get; set; }

Property Value

ImagePosition

See Also